object Form11: TForm11 Left = 290 Top = 221 BorderIcons = [] BorderStyle = bsSingle Caption = 'MidWavi' ClientHeight = 224 ClientWidth = 139 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 5 Top = 4 Width = 129 Height = 41 AutoSize = False Caption = 'Select ALL files, NO files or any combination e.g. BMP and WMF o' + 'nly etc.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label2: TLabel Left = 72 Top = 97 Width = 49 Height = 15 Alignment = taRightJustify AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 72 Top = 121 Width = 49 Height = 15 Alignment = taRightJustify AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 72 Top = 147 Width = 49 Height = 15 Alignment = taRightJustify AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 72 Top = 171 Width = 49 Height = 15 Alignment = taRightJustify AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object CheckBox1: TCheckBox Left = 19 Top = 48 Width = 110 Height = 17 Caption = '&ALL files selected' State = cbChecked TabOrder = 0 OnClick = CheckBox1Click end object Button1: TButton Left = 78 Top = 200 Width = 55 Height = 20 Caption = '&OK' TabOrder = 1 OnClick = Button1Click end object CheckBox2: TCheckBox Left = 19 Top = 96 Width = 46 Height = 17 Caption = '&BMP' TabOrder = 2 OnClick = CheckBox2Click end object CheckBox3: TCheckBox Left = 19 Top = 120 Width = 38 Height = 17 Caption = '&ICO' TabOrder = 3 OnClick = CheckBox3Click end object CheckBox4: TCheckBox Left = 19 Top = 170 Width = 46 Height = 17 Caption = '&WMF' TabOrder = 4 OnClick = CheckBox4Click end object CheckBox5: TCheckBox Left = 19 Top = 72 Width = 105 Height = 17 Caption = '&NO files selected' TabOrder = 5 OnClick = CheckBox5Click end object Button2: TButton Left = 8 Top = 200 Width = 55 Height = 20 Cancel = True Caption = 'Cancel' TabOrder = 6 OnClick = Button2Click end object CheckBox6: TCheckBox Left = 19 Top = 146 Width = 46 Height = 17 Caption = 'JP&G' TabOrder = 7 OnClick = CheckBox6Click end end